home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / big.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  219 b   |  17 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 3 to 10
  4. end
  5.  
  6. on mouseUp
  7.   if rollover(9) then
  8.     cursor(-1)
  9.     go("ebook")
  10.   end if
  11. end
  12.  
  13. on mouseLeave
  14.   set the member of sprite 3 to 36
  15.   cursor(-1)
  16. end
  17.